func golang.org/x/net/http2.writeWithByteTimeout
3 uses
golang.org/x/net/http2 (current package)
http2.go#L317: return writeWithByteTimeout(w.group, w.conn, w.byteTimeout, p)
http2.go#L323: func writeWithByteTimeout(group synctestGroupInterface, conn net.Conn, timeout time.Duration, p []byte) (n int, err error) {
transport.go#L554: n, err = writeWithByteTimeout(sew.group, sew.conn, sew.timeout, p)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)